home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
nt
/
gr564s.zip
/
SRC
/
MS
/
MS.MKH
< prev
next >
Wrap
Text File
|
1992-09-05
|
619b
|
32 lines
# makefile definitions for MS-DOS and OS/2
# $Id: ms.mkh,v 1.7 1992/07/28 16:12:44 eggert Exp $
# empty string to avoid makefile misparsing of \ at line end with buggy makes
s =
TESTPREFIX = ms\$(s)
o = .obj
x = .exe
conf.h : ms\conf.h
copy ms\conf.h .
echo /* */ >> $@
login$(OS)$(o) : ms\login$(OS).c
$(CC) $(CFLAGS) $(LOGIN_FLAGS) -c ms\login$(OS).c
dirent$(o) : ms\dirent.c
$(CC) $(CFLAGS) -c ms\dirent.c
getcwdsl$(o) : ms\getcwdsl.c
$(CC) $(CFLAGS) -c ms\getcwdsl.c
spawnvpq$(o) : ms\spawnvpq.c
$(CC) $(CFLAGS) -c ms\spawnvpq.c
utime$(o) : ms\utime.c
$(CC) $(CFLAGS) $(LOGIN_FLAGS) -c ms\utime.c